home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 595 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: pravda.aa.msen.com!not-for-mail
  2. From: crandall@mail.msen.com (Chad Randall)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: CLI command from IFF8 to GIF ?
  5. Date: 22 Jan 1996 12:53:04 GMT
  6. Organization: Msen, Inc. -- Ann Arbor, MI.
  7. Distribution: world
  8. Message-ID: <4e01bg$m80@pravda.aa.msen.com>
  9. References: <4dvlj3$dbm@info.epfl.ch>
  10. NNTP-Posting-Host: conch.aa.msen.com
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13. Christopher Potter (potter@patpserv.epfl.ch) wrote:
  14. : I am looking for a CLI command to transform IFF 256 coulours in GIF.
  15. : The amgif.lha from Aminet does not work for more than 6 col.
  16. : I need a command (and therefore not a package like ImageFX) because
  17. : the conversion is done in a script.
  18.  
  19. Like I've pointed many people in the past.  Get the "netpbm" archive
  20. from Aminet.  It's contained in a few archives, but you'll only need the
  21. ones marked with a *
  22.  
  23. *ilbmtoppm.lha      gfx/pbm    111K  32+Ilbmtoppm/ppmtoilbm update
  24.  manuals.lha        gfx/pbm    141K  90+Netpbm 01mar94 - formatted manuals
  25.  pbmbin.lha         gfx/pbm    483K  90+Netpbm 01mar94 - PBM binaries
  26.  pgmbin.lha         gfx/pbm    278K  90+Netpbm 01mar94 - PGM binaries
  27.  pnmbin.lha         gfx/pbm    622K  90+Netpbm 01mar94 - PNM binaries
  28.  pnmtopng.lha       gfx/pbm     83K  18+PBM/PGM/PPM <-> PNG conversion
  29.  ppm2AGA16.lha      gfx/pbm    309K  43+High quality ppm/JPEG to AGA converter
  30. *ppmbin1.lha        gfx/pbm    643K  90+Netpbm 01mar94 - PPM binaries #1
  31. *ppmbin2.lha        gfx/pbm    239K  90+Netpbm 01mar94 - PPM binaries #2
  32.  
  33. Then, type this:
  34.  
  35. ilbmtoppm file.iff >file.ppm
  36. ppmtogif file.ppm >file.gif
  37. delete file.ppm
  38.